const crypto/tls.ticketKeyLifetime
2 uses
crypto/tls (current package)
common.go#L747: ticketKeyLifetime = 7 * 24 * time.Hour // 7 days
common.go#L910: if c.time().Sub(k.created) < ticketKeyLifetime {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)